Skip to content

Vault ecosystem auto-setup on first activate (personal + public vault, mounts.toml) (#312) - #313

Draft
aarontrowbridge wants to merge 3 commits into
mainfrom
312-vault-ecosystem-auto-setup-on-first-activate-personal-+-public-vault-mountstoml
Draft

Vault ecosystem auto-setup on first activate (personal + public vault, mounts.toml) (#312)#313
aarontrowbridge wants to merge 3 commits into
mainfrom
312-vault-ecosystem-auto-setup-on-first-activate-personal-+-public-vault-mountstoml

Conversation

@aarontrowbridge

Copy link
Copy Markdown
Member

Closes #312.

Follow-up to #307 (armonia workspace). New Marketplace users get a working vault ecosystem with zero commands.

  • vault_setup.ts: ensureVaultEcosystem() — idempotent, never throws: ensureArmoniaDataDirs + ensurePersonalVault (no-op if exists) + ensurePublicVault (shallow clone harmoniqs/vault-public with 10s cap, placeholder if offline/no-git) + ensureMountsToml (absent-only, personal rw first, public ro second).
  • extension.ts: call it before the first prepareOpencodeProject so the mount stack is correct on boot; remove now-redundant ensureDefaultPersonalVault.
  • trees.ts: update Armonia placeholder to reflect auto-provision (personal + vault-public after first run).
  • tools/bootstrap-armonia.sh: mirror same three vault steps as idempotent block (CLI/extension order agnostic), curl-able.
  • tools/migrate-to-armonia.sh: three-bucket repos routing (packages/, demos/, flat), bucket-converging on re-run.
  • skills/amico-vault/SKILL.md: vault-* naming in kinds table, new First-run lifecycle subsection for vault-public (kind=public, ro).

Verification: rm -rf ~/.amico ~/armonia && install + open → personal + public present, mounts.toml written, second activate no-op, offline degrades to placeholder.

… vault, mounts.toml) (#312)

- vault_setup.ts: ensureVaultEcosystem() — idempotent, never throws:
  ensureArmoniaDataDirs, ensurePersonalVault, ensurePublicVault
  (shallow clone vault-public, 10s cap, offline placeholder),
  ensureMountsToml (absent-only, personal rw first, public ro second)
- extension.ts: call ensureVaultEcosystem() before first
  prepareOpencodeProject so mount stack is correct on boot;
  remove now-redundant ensureDefaultPersonalVault
- trees.ts: update Armonia placeholder to reflect auto-provision
- tools/bootstrap-armonia.sh: mirror same three vault steps as
  idempotent block (CLI/extension order agnostic), curl-able
- tools/migrate-to-armonia.sh: three-bucket repos routing
  (packages/, demos/, flat), bucket-converging on re-run
- skills/amico-vault/SKILL.md: vault-* naming in kinds table,
  new First-run lifecycle subsection for vault-public (kind=public, ro)
- GitHub README: Open autonomous research, starting with quantum control
  hero + studio lens (workspace vs managed state) + 5 pillars
  (autonomous research, quantum intelligence, vaults, fleet, system
  management -> hardware) + How it scales solo->team->fleet + Skills
  are the product + Physical intelligence generalization
- Marketplace README: short discovery version, same pillars, no mermaid
- package.json: description + keywords add autonomous research, open
  science, fleet management, knowledge graph, physical intelligence

Co-authored-by: internal-model
The tab SVGs (amico-tab-*.svg) are the wordmark without the face —
just the outer frame. The README hero should show the actual Amico
face (amico.svg). Add explicit light/dark face variants
(amico-face-*.svg) derived from amico.svg with hardcoded fills
(#424242 / #CCCCCC) so GitHub dark/light rendering has correct
contrast, and point the README picture at them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vault ecosystem auto-setup on first activate (personal + public vault, mounts.toml)

1 participant